home *** CD-ROM | disk | FTP | other *** search
/ Postcardigtal: White Lebanon / postcardigtal: White Lebanon.iso / pc / aalbum.swf / scripts / DefineButton2_284 / BUTTONCONDACTION on(release).as
Text File  |  2003-07-23  |  149b  |  10 lines

  1. on(release){
  2.    c = _currentframe;
  3.    if(c < 10)
  4.    {
  5.       c = "0" add c;
  6.    }
  7.    nom = "b" add c;
  8.    getURL("printAsBitmap:#bmax",nom);
  9. }
  10.